|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.desktop.projects.core.internals.event.ObjectEvent
public class ObjectEvent
This is the base class for all events generated by the openVXML project object model.
| Field Summary | |
|---|---|
protected java.lang.String |
objectId
The unique identifier for the source of the event. |
protected long |
time
The timestamp of when the event was created. |
| Constructor Summary | |
|---|---|
ObjectEvent(java.lang.String objectId)
Creates a new ObjectEvent with the given
object id. |
|
| Method Summary | |
|---|---|
java.lang.String |
getObjectId()
|
long |
getTime()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.lang.String objectId
protected final long time
| Constructor Detail |
|---|
public ObjectEvent(java.lang.String objectId)
ObjectEvent with the given
object id. The timestamp is automatically set upon
creation.
objectId - The unique identifier of the source object| Method Detail |
|---|
public java.lang.String getObjectId()
public long getTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||